home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pascal / cwdkit55.zip / DCHANGES.DOC < prev    next >
Text File  |  1989-05-03  |  2KB  |  52 lines

  1.  
  2.               Changes in the Centiwrite 1.10 Developer's Kit
  3.               ======= == === ========== ==== =========== ===
  4.  
  5. 1) Timeout option.
  6.    You may now set the editor to timeout after a certain number of minutes.
  7.    This will return control to the calling program, which can take action
  8.    such as auto-save of files. The new structure variables TimeOutInterval,
  9.    NextTimeOut, and oldhours must now be initialized in the calling program.
  10.  
  11. 2) Blank cursor character.
  12.    You must now give a value to BlankChar in the calling program. This
  13.    determines what character is displayed when the cursor rests on
  14.    either an ASCII zero, ASCII 32 (blank), or ASCII 255.
  15.  
  16. 3) Additional keys returned.
  17.    You may now elect to have Ctrl-keys returned to the calling program. This 
  18.    allows for use of the Ctrl-keys for purposes other than inserting control 
  19.    characters. RetCtrlKeys must be initialized in the calling program.
  20.  
  21. 4) Pasexcode passed away.
  22.    All keys are now returned by the single INTEGER variable "passkey".
  23.    Extended key codes are returned as values in excess of 255.
  24.  
  25. 5) No status line option.
  26.    You may now eliminate the status line by setting "ShowStatusLine"
  27.    to false. "ShowStatusLine" must be initialized by the calling procedure.
  28.  
  29. 6) No blank line.
  30.    The blank line following the status line has been eliminated.
  31.  
  32. 7) The procedure GetKey is no longer included, because it is not used by
  33.    the editor, and AnalyzeKey can be used in its place. This will result
  34.    in a slight reduction in the size of the unit (which is offset by the
  35.    additional features).
  36.  
  37. 8) Additional functions and procedures.
  38.    Check "The Interface of the Unit" in CWDKITx.DOC for the revised roster
  39.    of supporting players.
  40.  
  41. 9) Revised license policy.
  42.    Read the file DLICENSE.DOC for information on the new policy for
  43.    shareware distribution houses, as well as clarification of the
  44.    policy for on-line bulletin board systems.
  45.  
  46. 10) Price increase.
  47.     All prices have been raised. See "Down to Brass Tacks" in CWDKIT.DOC.
  48.     Registered owners of the Centiwrite 1.00 Developer's Kit receive a free
  49.     upgrade. Just look at their smiling faces as they beam over their good
  50.     fortune!
  51.  
  52. ================================== END =======================================